go.uber.org/mock/gomock.Call.matches (method)

3 uses

	go.uber.org/mock/gomock (current package)
		call.go#L324: func (c *Call) matches(args []any) error {
		callset.go#L106: 		err := call.matches(args)
		callset.go#L118: 		if err := call.matches(args); err != nil {